build: update all non-major dependencies (main)#33631
Open
angular-robot wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates various dependencies across multiple package.json files in the workspace, including @typescript-eslint/eslint-plugin, undici, oxc-parser, piscina, sass, @oxc-project/types, less, postcss, and source-map. The review highlights that updating oxc-parser and @oxc-project/types to 0.141.0 introduces breaking changes (splitting MetaProperty into ImportMeta and NewTarget) which could break AST traversal or manipulation logic relying on MetaProperty.
angular-robot
force-pushed
the
ng-renovate/main-all-non-major-dependencies
branch
from
July 23, 2026 09:13
6f73469 to
f7f0941
Compare
alan-agius4
approved these changes
Jul 23, 2026
angular-robot
force-pushed
the
ng-renovate/main-all-non-major-dependencies
branch
8 times, most recently
from
July 24, 2026 09:10
3aaa02c to
f9b9998
Compare
See associated pull request for more information.
angular-robot
force-pushed
the
ng-renovate/main-all-non-major-dependencies
branch
from
July 24, 2026 11:55
f9b9998 to
83dda27
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.2.4→4.2.50.140.0→0.141.08.64.0→8.65.08.64.0→8.65.04.6.7→4.8.01.0.0→1.1.00.140.0→0.141.05.2.0→5.3.08.5.19→8.5.221.101.0→1.101.60.7.6→0.8.08.7.0→8.8.08.0.3→8.0.4Release Notes
listr2/listr2 (@listr2/prompt-adapter-inquirer)
v4.2.5Compare Source
@listr2/prompt-adapter-inquirer 4.2.5 (2026-07-21)
Bug Fixes
Dependencies
oxc-project/oxc (@oxc-project/types)
v0.141.0💥 BREAKING CHANGES
54cc121ast: [BREAKING] SplitMetaPropertyintoImportMetaandNewTarget(#24557) (camc314)typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.65.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.65.0Compare Source
🚀 Features
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
less/less.js (less)
v4.8.0Compare Source
Changes
Deprecation Warnings
@charsetinterpolation for removal in Less 5.x. Less 4 preserves the existing output while warning; migrate names to valid identifiers and use a static quoted@charsetdeclaration. (@matthew-dean)v4.7.0Compare Source
Changes
Rich-Harris/magic-string (magic-string)
v1.1.0Compare Source
Bug Fixes
Performance Improvements
Mapfor tracking chunks (#313) (25d7461)oxc-project/oxc (oxc-parser)
v0.141.0💥 BREAKING CHANGES
54cc121ast: [BREAKING] SplitMetaPropertyintoImportMetaandNewTarget(#24557) (camc314)🚀 Features
7b045cdminfier: Drop last break from last switch case (#24673) (Armano)3d22307parser: AddParseOptions::enable_ident_hashes(#24491) (Boshen)piscinajs/piscina (piscina)
v5.3.0Compare Source
What's Changed
Full Changelog: piscinajs/piscina@v5.2.0...v5.3.0
postcss/postcss (postcss)
v8.5.22Compare Source
v8.5.21Compare Source
v8.5.20Compare Source
AtRule#paramsis set after (by @sarathfrancis90).sass/dart-sass (sass)
v1.101.6Compare Source
v1.101.5Compare Source
v1.101.4Compare Source
Avoid emitting
rgb()orrgba()functions with non-percent decimalchannels. Older browsers only support integer values or (potentially decimal)
percentages for these functions, so in order to preserve
backwards-compatibility while retaining full precision for modern browsers,
legacy colors that contain at least one non-integer channel will now use
percentages for their channels (for example,
rgb(0%, 100%, 50%)rather thanrgb(0, 255, 127.5)).Fix a bug where the values of plain-CSS
if()expressions were emitted usingtheir
meta.inspect()format rather than their CSS serialization format.v1.101.3Compare Source
mozilla/source-map (source-map)
v0.8.0Compare Source
Adding security policy
Use Object.create for sourceContents
Fixes types for SourceMapConsumer.initialize
nodejs/undici (undici)
v8.8.0Compare Source
What's Changed
New Contributors
Full Changelog: nodejs/undici@v8.7.0...v8.8.0
webpack/webpack-dev-middleware (webpack-dev-middleware)
v8.0.4Compare Source
Patch Changes
on-finisheddependency with Node.js built-instream.finished. (by @bjohansebas in #2346)